Deltanji 6.1 Documentation
  • Home
  • Contents
    • Understanding Deltanji
    • Developer Guide
    • System Manager Guide
    • Installation and Upgrading
    • Advanced Customization
    • Technical Reference
  • Web Edition
Advanced Customization
  • Callouts
    • Change Request Callouts
    • Transfer Callouts
    • Audit Message Callouts
    • Component Driver Callouts
      • Component Save
      • Component Delete
      • Component Comment Lines
    • Change Request Selection Callouts
  • API
    • Common Deltanji Functions
      • connect - Establish a Connection With Deltanji
      • discon - Disconnect from Deltanji
      • selnew - Create a New Work File
    • Change Request Functions
      • crput - Add/Modify a Change Request
      • crget - Get an Existing Change Request
      • crobvput - Add an Object to a Change Request
      • crobvdel - Delete an Object from a Change Request
      • crdel - Delete a Change Request
      • crexist - Does a Change Request Exist?
      • crstval - Validate a Change Request Status Change
      • crstmod - Invoke a Change Request Status Change

discon - Disconnect from Deltanji

Home > Advanced Customization > API > Common Deltanji Functions > discon - Disconnect from Deltanji

This call releases a license slot which was allocated by the connect API call. This function should be called at the end of a Deltanji session if connect was called at the start of the session.

Note: If the session is closed without calling this function, the license slot will normally be deallocated automatically.

Usage:

do discon^%vcapi(license)

Inputs:

license License token returned by $$connect function