-
can_act
-
Cancel task activation requests.
ER_UINT can_act ( ID tskid );
|
MOV A, #tskid
CALL !!_can_act
|
|
|
|
|
ID tskid;
|
ID number of the task for cancelling activation requests.
Value: ID number of the task for cancelling activation requests.
|
This service call cancels all of the activation requests queued to the task specified by parameter
tskid (sets the activation request counter to 0x0).
When this service call is terminated normally, the number of cancelled activation requests is returned.
|
|
|
|
|
Normal completion (activation request count: positive value or 0).
|