krn.EnumRJCIntervals

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.

Administrative introspection of the RJC subsystem: enumerates the registered job-call monitors ("intervals").

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

Reserved; pass 0.

[IPAddress1]

STRING

No

Optional client IP filter (accepted; no effect observed).

2. Return Value

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

3. Notes

  • On the test system the job consistently returned 0 with no output parameters — before and during an active krn.RegisterJobCall registration, with Flags=0/Flags=1, and with or without an IP filter. No RJC "intervals" were configured, so the populated output shape is unconfirmed.

4. See Also