nexus-rpc
    Preparing search index...

    Interface OperationInfoExperimental

    Information about an operation.

    interface OperationInfo {
        state: OperationState;
        token: string;
    }
    Index

    Properties

    Properties

    State of the operation.

    token: string

    Token for the operation.