@servicenow/sdk - v4.4.1
    Preparing search index...

    Reload request message; value of command field is "reload". Reload contents of file with name given by the 'file' argument from temporary file with name given by the 'tmpfile' argument. The two names can be identical.

    interface ReloadRequest {
        arguments: ReloadRequestArgs;
        command: Reload;
        seq: number;
        type: "request";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Object containing arguments for the command

    command: Reload

    The command to execute

    seq: number

    Sequence number of the message

    type: "request"

    One of "request", "response", or "event"