MobileTrackEventIdsObjectIsLocked Field

Invoked when the object we are trying to work with is IsLocked.

Definition

Namespace: MobileTrack.Common.Models
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public const int ObjectIsLocked = 1055

Field Value

Int32

Remarks

This event can be invoked without need for a bugfix; it is a normal part of the application flow, and expected if running tasks encounter the issue that an object was suddenly locked.

See Also