krn.EnumRJCJobs
| 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. |
Enumerates the monitored jobs registered by clients within a given IP address range. RJC registrations are tracked server-side per client IP; this job is an administrative introspection of those registrations.
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
INT |
Yes |
Reserved; pass |
|
STRING |
Yes |
Start of the client IP address range. |
|
STRING |
Yes |
End of the client IP address range. |
2. Return Value
(INT): 0 = job successful, otherwise error code. Omitting IPAddress1/IPAddress2 returns -1043332470 ("A required parameter was not specified"; see error codes).
3. Notes
-
Output parameters could not be observed with content on the test system (shape unconfirmed); the parameters are expected to list the monitored job names per client.
4. See Also
-
krn.EnumRJCIntervals — registered monitors ("intervals")
-
krn.RegisterJobCall — creates an RJC registration