TerminationStatus<'FnCtx, 'GlCtx> Type
Union cases
| Union case |
Description
|
Full Usage:
AllDone
|
Everything is finished and there's no forcefully terminated builders. |
Full Usage:
ForceTerminated ICFGBuildable<'FnCtx, 'GlCtx>[]
Parameters:
ICFGBuildable<'FnCtx, 'GlCtx>[]
|
Everything is finished, but there are some builders that are forcefully terminated, which need to be reanalyzed.
|
Full Usage:
YetDone
|
Not all builders are finished. |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsAllDone
Returns: bool
|
|
Full Usage:
this.IsForceTerminated
Returns: bool
|
|
Full Usage:
this.IsYetDone
Returns: bool
|
|
B2R2