M-Files API 23.11.13135.0
MFTaskState Enumeration
Description
The possible states of an asynchronous task.
Members
MemberValueDescription
MFTaskStateCanceled4Task processing has been canceled.
MFTaskStateCompleted2The task has been successfully processed.
MFTaskStateFailed3Processing the task has failed.
MFTaskStateInProgress1The task is currently being processed.
MFTaskStateNone5State information does not apply to this task.
MFTaskStateWaiting0The initial state. The task is pending for processing.
Remarks
Requires M-Files 19.3.7499.1 or later. The MFTaskStateCanceled field requires M-Files 19.7.8028.5 or later.