Configuration Methods
hasStarted
if ( !disk.hasStarted() ) {
// Email Luis
}getIdentifier
var identifier = disk.getIdentifier(); // returns GUIDgetName
var name = disk.getName(); // returns name defined in ColdBox.cfcgetProperties
shutdown
startup
Last updated
Was this helpful?