xenadmin/XenAdmin/Actions
Callum McIntyre 7d7a040335 [CA-211267] Add a null check, use Run() to stop child classes directly calling InitialiseTicker()
TickUntilCompletion() is now a static method and again takes an ApplianceAction parameter. It does a null check on each while iteration to handle the case where another thread nulls the action. Also added Run() method to ApplianceAction which initialises the ticker (now a private method), and let child classes call Run() instead.
2016-10-24 11:59:28 +01:00
..
GUIActions CA-218956: Expose HIMN when showing hidden objects 2016-09-08 17:48:25 +08:00
OVFActions [CA-211267] Add a null check, use Run() to stop child classes directly calling InitialiseTicker() 2016-10-24 11:59:28 +01:00