Interface iServerOperationDescription

data aboout server operation that allow its location by server and running

interface iServerOperationDescription {
    name: string;
    path: string;
    step?: number;
}

Properties

Properties

name: string
path: string
step?: number

Internal value managed by the commaand procesor. Do not set, value is not used