Parameters
- id
Type: System.Guid
Id of task to start.
Return Value
Type: System.String
Task information in xml format.
The following example shows call the GetTaskInfo method.
| C# | Copy Code |
|---|---|
// Gets information of task from the known task's id var task = ZennoPoster.GetTaskInfo(id); | |
| PHP | Copy Code |
|---|---|
// Gets information of task from the known task's id $task = ZennoPoster::GetTaskInfo($id); | |
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family