Uptime:{{txadmin.uptime}} Full Crashes:{{txadmin.fullCrashes}} Partial Crashes:{{txadmin.partialCrashes}}
Settings:
Schedule:{{txadmin.schedule}} Timeout Limit:{{txadmin.timeout}} FXServer Path:{{txadmin.fxServerPath}} Server Data Path:{{txadmin.serverDataPath}} CFG Path:{{txadmin.cfgPath}}
{{if(!options.proccesses.length)}}
Failed to retrieve proccesses data.
Check the terminal for more information (if verbosity is enabled)
{{#else}}
{{foreach(options.proccesses)}}
Process: ({{@this.pid}}) {{@this.name}} Parent: {{@this.ppid}} Memory: {{@this.memory}} CPU: {{@this.cpu}}