public static class
Enter.Options
Optional attributes for Enter
Public Methods
| Enter.Options |
isConstant(Boolean isConstant)
|
| Enter.Options |
parallelIterations(Long parallelIterations)
|
Inherited Methods
Public Methods
public Enter.Options isConstant (Boolean isConstant)
Parameters
| isConstant | If true, the output is constant within the child frame. |
|---|
public Enter.Options parallelIterations (Long parallelIterations)
Parameters
| parallelIterations | The number of iterations allowed to run in parallel. |
|---|