ShouldTerminate Property (IExecutionContext)
In This Topic
Indicates whether the operation has been terminated.
Syntax
'Declaration
ReadOnly Property ShouldTerminate As Boolean
bool ShouldTerminate {get;}
property bool ShouldTerminate {
bool get();
}
See Also