CommandRequestTask.Callback

Overview

The implementation of the CommandRequestTask.Callback can be passed to CommandRequestTask therefore will be called on command request task's end.

Location

Required Methods


completed

The method to be called on task completion.

 

method completed(aTask: CommandRequestTask; aState: Object)

 

void completed(CommandRequestTask aTask, Object aState)

Parameters:

  • aTask: A task instance that was completed.
  • aState: An optional state object.