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
Syntaxvoid Update(
Nullable<int> percentComplete = null,
string details = null,
JObject data = null
)
Sub Update (
Optional percentComplete As Nullable(Of Integer) = Nothing,
Optional details As String = Nothing,
Optional data As JObject = Nothing
)
void Update(
Nullable<int> percentComplete = nullptr,
String^ details = nullptr,
JObject^ data = nullptr
)
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