Module:libextPackage:wrap.ext.utilParent:ObjectCopyright (c) 2007, 2008 Point5U, LLC
Milescript - ExtJS Wrapper Library: Project Home | Documentation

wrap.ext.util.TaskRunner

Inheritance : Object

Constructors

Signature
public TaskRunner()
public TaskRunner(int interval)

Methods

NameSignature
startTask start()
startTask start(Task task)
stopTask stop(Task task)
stopAllvoid stopAll()

Constructors

public TaskRunner()


public TaskRunner(int interval)

Parameters

NameTypeDescription
intervalcore.int



Methods

start

Task start()

Returns
wrap.ext.types.Task

start

Task start(Task task)

Returns
wrap.ext.types.Task

Parameters

NameTypeDescription
taskwrap.ext.types.Task

stop

Task stop(Task task)

Returns
wrap.ext.types.Task

Parameters

NameTypeDescription
taskwrap.ext.types.Task

stopAll

void stopAll()


Module:libextPackage:wrap.ext.utilParent:ObjectCopyright (c) 2007, 2008 Point5U, LLC
Milescript - ExtJS Wrapper Library: Project Home | Documentation