Interface IStopPauseStatus

All Known Implementing Classes:
ProgressEngine, com.strategyquant.tradinglib.project.StopPauseEngine

public interface IStopPauseStatus
  • Method Details

    • isStopped

      boolean isStopped()
    • isStoppedNotFinished

      boolean isStoppedNotFinished()
    • isPaused

      boolean isPaused()
    • isFinished

      boolean isFinished()
    • checkRunning

      boolean checkRunning()
    • checkPaused

      void checkPaused()