CreateFileResult Type
A Discriminated Union for the result of CreateFileIfMissing
Union cases
Union case |
Description
|
Full Usage:
Created
|
|
Full Usage:
ExitedAlready
|
|
Full Usage:
Failed
|
|
Instance members
Instance member |
Description
|
Full Usage:
this.IsCreated
Returns: bool
|
|
Full Usage:
this.IsExitedAlready
Returns: bool
|
|
Full Usage:
this.IsFailed
Returns: bool
|
|