Packageweavejs.api.core
Interfacepublic interface ILinkableObjectWithBusyStatus extends ILinkableObject

This is an interface for an ILinkableObject which provides a way to determine if it is busy or not, for use with ISessionManager.linkableObjectIsBusy().

See also

weave.api.core.ISessionManager.linkableObjectIsBusy


Public Methods
 MethodDefined By
  
isBusy():Boolean
This function will override the behavior of ISessionManager.linkableObjectIsBusy().
ILinkableObjectWithBusyStatus
Method Detail
isBusy()method
public function isBusy():Boolean

This function will override the behavior of ISessionManager.linkableObjectIsBusy().

Returns
Boolean — A value of true if this object is busy with asynchronous tasks.