Instance.InitiatorWorkItem

Overview

Gets the initiator WorkItem.

WorkItem myInstance.InitiatorWorkItem { get; }

Example

Because this method returns instance of WorkItem, it can be used to get WorkItem references (Caption in this case):

var init_item = $Instance.InitiatorWorkItem.Caption;

Copyright © 2010 - 2023 Emakin. All rights reserved.