Name
sn_change_cab.CABRuntimeState
Description
Customer extension point for the CABRuntimeState class.
Script
var CABRuntimeState = Class.create();
CABRuntimeState.get = CABRuntimeStateSNC.get;
CABRuntimeState.prototype = Object.extendsObject(CABRuntimeStateSNC, {
initialize: function() {
CABRuntimeStateSNC.prototype.initialize.apply(this, arguments);
},
type: 'CABRuntimeState'
});
Sys ID
ab05a751eb10220034d1eeea1206fe98