krn.DeregisterJobCall

Internal job — not for casual client use. Part of the server’s internal live-monitoring / callback infrastructure (see krn.RegisterJobCall). Use it only for administration, diagnostics or monitoring tooling.

Cancels the job-call monitoring previously established with krn.RegisterJobCall on the current session/channel. After this, no further krn.OnRegisteredJobCall notifications are pushed.

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

Reserved; pass 0.

2. Return Value

(INT): 0 = job successful, otherwise error code.

3. See Also