ApplicationReady
The ApplicationReady event notifies the client when Inventor has completely initialized and is ready for interactive use.
Remarks
Warning
This event is currently not supported, as powerEvents starts up after the Vault log in, when Inventor is already past its ready stage.
EventNames:
ApplicationReady_Post
Examples:
ApplicationReady_Post:
Register-InventorEvent -EventName ApplicationReady_Post -Action 'PostApplicationReady'
function PostApplicationReady() {
#Write event code here
}