void StopAndClearProcess() { if (thisProcess.IsRunning()) { thisProcess.Stop(); } thisProcess = null; }
public override void OnEnter() { thisProcess = thisProcessFactory.CreateItemIconDisemptifyProcess( thisItemIconImage, thisStateEngine ); thisProcess.Run(); }