types.nope.IRequestTaskWithCallback - ZeMA-gGmbH/NoPE-JS GitHub Wiki

Interface: IRequestTaskWithCallback

types.nope.IRequestTaskWithCallback

Hierarchy

Properties

callbacks

callbacks: { deleteAfterCalling: boolean ; functionId: string ; idx: number } & ICallOptions[]

Callbacks, that are available in a Dispatcher.

Author

M.Karkowski

Memberof

IRequestTaskWithCallback


functionId

functionId: string

ID of the Function, on which it is available.

Inherited from

IRequestRpcMsg.functionId


params

params: { data: any ; idx: number }[]

The Parameters

Inherited from

IRequestRpcMsg.params


requestedBy

requestedBy: string

Contains the Requester

Author

M.Karkowski

Inherited from

IRequestRpcMsg.requestedBy


resultSink

resultSink: string

Element, allowing to describe where the result should be hosted.

Inherited from

IRequestRpcMsg.resultSink


taskId

taskId: string

UUID of a Task

Inherited from

IRequestRpcMsg.taskId