adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Script Class / RunIsolated Property


In This Topic
    RunIsolated Property (Script)
    In This Topic
    Indicates whether the script should be run by in an isolated instance of the script hosting process.
    Syntax
    'Declaration
     
    
    Public Property RunIsolated As Boolean
    public bool RunIsolated {get; set;}
    public:
    property bool RunIsolated {
       bool get();
       void set (    bool value);
    }
    Remarks
    If true, the script is hosted in its own instance of the script hosting process. If false (the default) it may share the host process with other scripts being run for the same user.
    See Also