OnJobClose



Triggered when the current job closes.



Syntax:

Procedure: OnJobClose;


API Call:

PlanSwift and FreshDesk Code:


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

PlanSwift.OnJobClose := OnJobClose;
Coming soon
public class PlanswiftApi
{
    private PlanSwift Planswift { get; }
    public PlanSwiftApi()
    {
        Planswift = new PlanSwift();
    }
}
Coming soon



Coming soon
Coming soon