M-Files API 23.11.13135.0
UpdateTask Method
IVaultApplicationTaskOperations Object : UpdateTask Method
Description
Updates the task information to the server.
Syntax
Visual Basic
Public Sub UpdateTask( _
   ByVal TaskID As String, _
   ByVal NewState As MFTaskState, _
   ByVal Progress As String _
) 
Parameters
TaskID
NewState
ValueDescription
MFTaskStateCanceledTask processing has been canceled.
MFTaskStateCompletedThe task has been successfully processed.
MFTaskStateFailedProcessing the task has failed.
MFTaskStateInProgressThe task is currently being processed.
MFTaskStateNoneState information does not apply to this task.
MFTaskStateWaitingThe initial state. The task is pending for processing.
Progress
See Also

IVaultApplicationTaskOperations Object  | IVaultApplicationTaskOperations Members