Script Objects
TCAdmin scripts have access to a set of built-in objects that provide information about the current context (server, service, task, etc.) and allow you to interact with TCAdmin's APIs.
Script Examples
Toggle Service Power State
Visual Script Editor
The Visual Script Editor is a no-code way to build scripts. Instead of writing C#, Python, Lua, JavaScript or PowerShell, you drag blocks onto a canvas and connect them into a flowchart — start from an event, then chain together actions, conditions and loops. The server walks the flowchart from top to bottom, following the connections you drew.