Click or drag to resize

ITaskProcessingJobTDirectiveUpdate Method

Updates the in-progress status of the task.

Namespace:  MFiles.VAF.AppTasks
Assembly:  MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntax
void Update(
	Nullable<int> percentComplete = null,
	string details = null,
	JObject data = null
)

Parameters

percentComplete (Optional)
Type: SystemNullableInt32
Percent completed, if applicable.
details (Optional)
Type: SystemString
Status detail message, if applicable.
data (Optional)
Type: JObject
Structured status data, if applicable.
See Also