OnJobClose



Triggered when the current job closes.



Syntax:

Procedure: OnJobClose;


API Calls

Delphi

PlanSwift and FreshDesk Code:


Procedure OnJobClose;
Begin
  // Process as needed here..
End;

PlanSwift.OnJobClose := OnJobClose;


Coming soon

C#

public class PlanswiftApi
{
    private PlanSwift Planswift { get; }
    public PlanSwiftApi()
    {
        Planswift = new PlanSwift();
    }
}


Coming soon

VB/VBA (OLE)


Coming soon


Coming soon