_onsuccess
_onsuccess: any
execute
execute: ((controllerId: number) => any)
onError
onError: ((controllerId: number) => ((value?: any) => void))
onReject
onReject: ((controllerId: number) => ((value?: any) => void))
onSucces
onSucces: (() => ((nextController: Promise<any>) => void))
onWait
onWait: ((request: Controller<any>[]) => (() => void))