TaskProcessorTDirectiveGetTaskInfo Method |
Creates a friendly version of the task,
with data and progress parsed to the directive and status,
fully serializable with DateTime values instead of timestamps.
Namespace:
MFiles.VAF.AppTasks
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic TaskInfo<TDirective> GetTaskInfo(
ApplicationTaskInfo appTaskInfo
)
Public Function GetTaskInfo (
appTaskInfo As ApplicationTaskInfo
) As TaskInfo(Of TDirective)
public:
TaskInfo<TDirective>^ GetTaskInfo(
ApplicationTaskInfo^ appTaskInfo
)
Parameters
- appTaskInfo
- Type: ApplicationTaskInfo
The info to create the object from.
Return Value
Type:
TaskInfoTDirectiveThe corresponding task info object.
See Also