|
|
|
BlueCielo Meridian Enterprise 2012 Developer's Guide | BlueCielo ECM Solutions |
This task extension uses the RunAgain method to reschedule itself in case the document is locked.
Private Property Get IAMTask_RunAgain() As Date Dim t As Date If m_Retry Then t = Now + (RescheduleInterval / 24 / 3600) IAMTask_RunAgain = t End If End Property
Copyright © 2000-2012 BlueCielo ECM Solutions |