Header menu logo B2R2

BuildingCtxMsg<'FnCtx, 'GlCtx> Type

Message containing the building context of a function.

Union cases

Union case Description

FailedBuilding

Full Usage: FailedBuilding

The building process failed.

FinalCtx CFGBuildingContext<'FnCtx, 'GlCtx>

Full Usage: FinalCtx CFGBuildingContext<'FnCtx, 'GlCtx>

Parameters:

The building process is finished, and this is the final context.

Item : CFGBuildingContext<'FnCtx, 'GlCtx>

StillBuilding CFGBuildingContext<'FnCtx, 'GlCtx>

Full Usage: StillBuilding CFGBuildingContext<'FnCtx, 'GlCtx>

Parameters:

The building process is still ongoing.

Item : CFGBuildingContext<'FnCtx, 'GlCtx>

Instance members

Instance member Description

this.IsFailedBuilding

Full Usage: this.IsFailedBuilding

Returns: bool
Returns: bool

this.IsFinalCtx

Full Usage: this.IsFinalCtx

Returns: bool
Returns: bool

this.IsStillBuilding

Full Usage: this.IsStillBuilding

Returns: bool
Returns: bool

Type something to start searching.