NXshell - Get object managed state?

Started by zshnet, July 07, 2016, 08:53:01 PM

Previous topic - Next topic

zshnet

Hi all,

I can see in the docs there's a SetObjectManaged call from NXCSession. Is there a way to get the managed state?

Thanks,
Zach

Tatjana Dubrovica

"Unmanaged" is one of Object Statuses(ObjectStatus.UNMANAGED). You can call function "getStatus()" on any object that inherit AbstractObject class(for example Node class).

zshnet

That's it! I didn't realize it was a status object, thank you for the help!

Thanks,
Zach