Interface ParentMessage

interface ParentMessage {
    cmd: ChildCommand;
    err?: Error;
    job?: JobJson;
    value?: any;
}

Properties

Properties

err?: Error
job?: JobJson
value?: any

Generated using TypeDoc