Click or drag to resize

PFTimerJobDelete Method

Flags this object as deleted and updates the external scheduler, if present. Tries unscheduling it.

If it fails, throws an error/

Namespace:  Packflow.Core.Jobs
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public override PFOperationResult Delete()

Return Value

Type: PFOperationResult

If the object could not be deleted because it does not yet exist in database, returns false.

If successful, returns true.

See Also