Summer.Batch.Common.Util.ThreadUtils Class Reference

Thread Helper. More...

Static Public Member Functions

static bool IsCurrentThreadInterrupted ()
 Checks if the Thread.Interrupt method has been called on the current thread. More...
 

Detailed Description

Thread Helper.

Member Function Documentation

static bool Summer.Batch.Common.Util.ThreadUtils.IsCurrentThreadInterrupted ( )
static

Checks if the Thread.Interrupt method has been called on the current thread.

Returns
true if there has been a previous call to Thread.Interrupt on the current thread; false otherwise.

The documentation for this class was generated from the following file:
  • Summer.Batch.Common/Util/ThreadUtils.cs