Script Lifecycle API
This page is generated from the current Java binding inventory. “Supported” means an official script currently uses the member; it does not imply every option or failure path has completed live acceptance testing.
| Member | Stability | Official use | Purpose |
|---|---|---|---|
hexis.script | Supported | Yes | Declare script metadata |
is_paused | Experimental | No | Check if script is paused |
is_running | Supported | Yes | Check if script is running |
name | Experimental | No | Get script name |
pause | Experimental | No | Pause the script |
resume | Experimental | No | Resume the script |
stop | Supported | Yes | Stop the script completely |
version | Experimental | No | Get script version |