Logo FsShelter

OutCommand<'t> Type

Shell messages

Union cases

Union case Description

Emit(tuple, id, anchors, stream, task, needTaskIds)

Full Usage: Emit(tuple, id, anchors, stream, task, needTaskIds)

Parameters:
    tuple : 't
    id : TupleId option
    anchors : TupleId list
    stream : string
    task : int option
    needTaskIds : bool option

tuple : 't
id : TupleId option
anchors : TupleId list
stream : string
task : int option
needTaskIds : bool option

Error(msg, ex)

Full Usage: Error(msg, ex)

Parameters:
msg : string
ex : Exception

Fail TupleId

Full Usage: Fail TupleId

Parameters:
Item : TupleId

Log(msg, level)

Full Usage: Log(msg, level)

Parameters:
msg : string
level : LogLevel

Ok TupleId

Full Usage: Ok TupleId

Parameters:
Item : TupleId

Pid int

Full Usage: Pid int

Parameters:
    Item : int

Item : int

Sync

Full Usage: Sync

Instance members

Instance member Description

this.IsEmit

Full Usage: this.IsEmit

Returns: bool
Returns: bool

this.IsError

Full Usage: this.IsError

Returns: bool
Returns: bool

this.IsFail

Full Usage: this.IsFail

Returns: bool
Returns: bool

this.IsLog

Full Usage: this.IsLog

Returns: bool
Returns: bool

this.IsOk

Full Usage: this.IsOk

Returns: bool
Returns: bool

this.IsPid

Full Usage: this.IsPid

Returns: bool
Returns: bool

this.IsSync

Full Usage: this.IsSync

Returns: bool
Returns: bool

Type something to start searching.