Click or drag to resize

PFGarbageCleanerIsSimulation Property

Gets or sets a value indicating whether this instance is simulation. Means no row will be deleted from database.

Namespace:  Packflow.Core.Jobs.Impl
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[PFJobParameter("Simulation", JobParameterType.SimpleType, false, Description = "Set true to test job without deleting")]
public bool IsSimulation { get; set; }

Property Value

Type: Boolean
true if this instance is simulation; otherwise, false.
See Also