Ext.NET  5.3.0
.NET Component Framework for Enterprise Level Apps
Ext.Net.Task.Config Class Reference

More...

Inheritance diagram for Ext.Net.Task.Config:
Ext.Net.BaseItem.Config Ext.Net.IApply

Static Public Member Functions

static implicit operator Task.Builder (Task.Config config)
 
- Static Public Member Functions inherited from Ext.Net.BaseItem.Config
static Config Deserialize (string config)
 
static TConfig Deserialize< TConfig > (string config)
 

Properties

virtual string TaskID [get, set]
 (optional) The TaskID. More...
 
virtual bool AutoRun [get, set]
 True to auto run task (defaults to false). More...
 
virtual bool WaitPreviousRequest [get, set]
 True to wait previous request. More...
 
virtual int Interval [get, set]
 The frequency in milliseconds with which the task should be executed (defaults to 1000) More...
 
virtual string[] Args [get, set]
 (optional) An array of arguments to be passed to the function specified by run More...
 
virtual string Scope [get, set]
 (optional) The scope in which to execute the run function. More...
 
virtual int Duration [get, set]
 (optional) The length of time in milliseconds to execute the task before stopping automatically (defaults to indefinite). More...
 
virtual int Repeat [get, set]
 (optional) The number of times to execute the task before stopping automatically (defaults to indefinite). More...
 
virtual string OnStart [get, set]
 
virtual string OnStop [get, set]
 
TaskListeners Listeners [get]
 Client-side JavaScript Event Handlers More...
 
TaskDirectEvents DirectEvents [get]
 Server-side DirectEventHandlers More...
 

Additional Inherited Members

- Public Member Functions inherited from Ext.Net.BaseItem.Config
override string ToString ()
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
new Type GetType ()
 
object ApplyIf (object obj)
 
Apply< T > (object obj)
 
object Apply (object obj)
 
virtual string Serialize ()
 

Detailed Description

Member Function Documentation

◆ operator Task.Builder()

static implicit Ext.Net.Task.Config.operator Task.Builder ( Task.Config  config)
inlinestatic

Property Documentation

◆ Args

virtual string [] Ext.Net.Task.Config.Args
getset

(optional) An array of arguments to be passed to the function specified by run

◆ AutoRun

virtual bool Ext.Net.Task.Config.AutoRun
getset

True to auto run task (defaults to false).

◆ DirectEvents

TaskDirectEvents Ext.Net.Task.Config.DirectEvents
get

Server-side DirectEventHandlers

◆ Duration

virtual int Ext.Net.Task.Config.Duration
getset

(optional) The length of time in milliseconds to execute the task before stopping automatically (defaults to indefinite).

◆ Interval

virtual int Ext.Net.Task.Config.Interval
getset

The frequency in milliseconds with which the task should be executed (defaults to 1000)

◆ Listeners

TaskListeners Ext.Net.Task.Config.Listeners
get

Client-side JavaScript Event Handlers

◆ OnStart

virtual string Ext.Net.Task.Config.OnStart
getset

◆ OnStop

virtual string Ext.Net.Task.Config.OnStop
getset

◆ Repeat

virtual int Ext.Net.Task.Config.Repeat
getset

(optional) The number of times to execute the task before stopping automatically (defaults to indefinite).

◆ Scope

virtual string Ext.Net.Task.Config.Scope
getset

(optional) The scope in which to execute the run function.

◆ TaskID

virtual string Ext.Net.Task.Config.TaskID
getset

(optional) The TaskID.

◆ WaitPreviousRequest

virtual bool Ext.Net.Task.Config.WaitPreviousRequest
getset

True to wait previous request.


The documentation for this class was generated from the following file: