TaskProcessorBaseTSettingsCanCancelTask Method |
Determines if the app task can be canceled .
Namespace:
MFiles.VAF.MultiserverMode
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic bool CanCancelTask(
string appTaskId
)
Public Function CanCancelTask (
appTaskId As String
) As Boolean
public:
bool CanCancelTask(
String^ appTaskId
)
Parameters
- appTaskId
- Type: SystemString
App task id.
Return Value
Type:
BooleanTrue when the app task is in the in progress || waiting state.
See Also