 |
| CalculatingCellEventArgsParallel Property |
Gets a value indicating whether the operation will be or was executed parallel.
Namespace: CalculationWorks.BusinessModel.Behaviors.DiagnosticsAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntaxpublic bool Parallel { get; }Public ReadOnly Property Parallel As Boolean
Get
Property Value
Type:
Booleantrue if parallel; otherwise,
false.
See Also