Appendix A. Center-Cut Processing Status Codes

The processing status codes for Center-Cut jobs are defined in bxm.centercut.defs.CcutStatus (Enum class).

    STATUS_READY(1, "Ready"), // Preparing
    STATUS_LOADEND(3, "Load Complete"), // Extraction Complete
    STATUS_RUN(8, "Running"), // Processing
    STATUS_RUNEND(9, "Run Complete"), // Processing Complete
    STATUS_RUNERR(10, "Run Error"), // Processing Error
    STATUS_STOP(14, "Stop"), // Processing Stopped
    STATUS_DELETE(16, "Deleted"), // Deletion Complete
    STATUS_EXCEPT(17, "Except End"), // Abnormal Termination
    STATUS_ERRSTOP(18, "Error Stop"), // Error Stop
    STATUS_RUNWAIT(19, "Run Wainting"), // Waiting for Processing
    STATUS_ALLSTOP(20, "All Stop"); // All Jobs Stopped
SWLab Bankware Global
  • 전체
  • BXM
  • BXCM
  • BXCP
  • BXI
제품 선택 시 더 정확한 매뉴얼 가이드를 제공해드립니다.

Copyright© Bankwareglobal All Rights Reserved.