Packagecouk.markstar.starrequests
Interfacepublic interface ICancelable
Implementors RequestQueueAsyncUtil, RequestQueueUtil



Public Properties
 PropertyDefined By
  cancelled : ISignal
[read-only] Determines if the action has been cancelled.
ICancelable
Public Methods
 MethodDefined By
  
cancel():void
Call this function to cancel the action.
ICancelable
Property Detail
cancelledproperty
cancelled:ISignal  [read-only]

Determines if the action has been cancelled.


Implementation
    public function get cancelled():ISignal
Method Detail
cancel()method
public function cancel():void

Call this function to cancel the action.