GetResult
This method gets detailed results of the completed protection task.
Synopsis
vim.TaskInfo[] getResult( )
TaskInfo[] is a data object with 22 task properties set during task execution. For details see TaskInfo in the API Reference Guide.
Faults
- RuntimeFault
Example for GetResult
TaskInfoObj[] = _service.GetResult(_svcRef);