Start/Stop a task
Start a task
Call StartTask
API to start a new task. Some APIs of Vnc are asynchronous. This means the response of these APIs only tell users whether the request is accepted or not. The actual result of these APIs will be sent as events to the callback
url which is sent as a parameter when starting a task. More information about events, see Events.
Stop a task
Call StopTask
API to stop the task.