HelperFunctionsProgressBarIsTaskCanceled Method |
This method will return the status true if the Task has been cancelled.
Namespace:
AHL
Assembly:
AHL (in AHL.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static bool IsTaskCanceled()
Public Shared Function IsTaskCanceled As Boolean
public:
static bool IsTaskCanceled()
static member IsTaskCanceled : unit -> bool
Return Value
Type:
BooleanReturns true if the Task has been cancelled.
See Also