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.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
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