Process Module
Functions and values
| Function or value |
Description
|
Full Usage:
decoder processCoreOnly value
Parameters:
bool
value : YAMLElement
Returns: ResizeArray<Process>
|
|
Full Usage:
decoderWithResolvers processCoreOnly resolveAnnotation resolveRecipe value
Parameters:
bool
resolveAnnotation : string -> Annotation option
resolveRecipe : string -> Recipe option
value : YAMLElement
Returns: ResizeArray<Process>
|
|
Full Usage:
encoder pvEncoder recipeEncoder proc
Parameters:
Annotation -> YAMLElement
recipeEncoder : Recipe -> YAMLElement
proc : Process
Returns: YAMLElement
|
|
Full Usage:
encoderMany pvEncoder recipeEncoder processes
Parameters:
Annotation -> YAMLElement
recipeEncoder : Recipe -> YAMLElement
processes : Process seq
Returns: YAMLElement
|
|
Full Usage:
fromYamlString processCoreOnly s
Parameters:
bool
s : string
Returns: ResizeArray<Process>
|
|
|
Structural key for the non-I/O process state used only by dataset YAML grouping.
|
Full Usage:
registerOverflowType ()
Parameters:
unit
|
|
Full Usage:
toYamlString whitespace proc
Parameters:
int option
proc : Process
Returns: string
|
|
ProcessCore