xiaoding721
2024-05-18 70f8d8d2be7439daf8c6d4c0b4921beda5ef4ba6
1
2
3
4
5
6
7
Quintiq file version 2.0
#parent: #root
Method DetermineNeedExecuteInbound () declarative as Boolean
{
  Description: 'Determines if inbound queue needs processing.'
  TextBody: 'return ( not this.InboundMessageQueue().IsEmpty() );'
}