Vizard 7 » Command Index » Vizard objects » node3d » <node3d>.getAsyncStatus
7.6

<node3d>.getAsyncStatus

Get the async load status of the node

<node3d>.getAsyncStatus()  

Remarks

Returns the current asynchronous loading status of the object.

Return Value

One of the following async status modes:

Async Status

Description

viz.ASYNC_STOPPED

The async operation has been cancelled or reset.

viz.ASYNC_LOADING

The async operation is in progress.

viz.ASYNC_SUCCESS

The async operation has successfully completed and the object is fully loaded and ready to use.

viz.ASYNC_FAIL

The async operation failed and the object was not loaded.

See also

<viz>.addChild
<viz>.addAvatar
<viz>.addChildFromBuffer
<vizact>.onAsyncLoad
<viztask>.waitAsyncLoad