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

    Close request; value of command field is "close". Notify the server that the client has closed a previously open file. If file is still referenced by open files, the server will resume monitoring the filesystem for changes to file. Server does not currently send a response to a close request.

    interface CloseRequest {
        arguments: FileRequestArgs;
        command: Close;
        seq: number;
        type: "request";
    }

    Hierarchy (View Summary)

    Index

    Properties

    arguments: FileRequestArgs

    Object containing arguments for the command

    command: Close

    The command to execute

    seq: number

    Sequence number of the message

    type: "request"

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