Share via


ObjectRun.isDetached Method

Communicates whether an ObjectRun.detach method call has been made on this object.

Syntax

public boolean isDetached()

Run On

Called

Return Value

Type: boolean
true if detach has been called; otherwise, false.

See Also

ObjectRun Class

ObjectRun.isDetached Method