This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
nebolintegration_flags [2021/09/27 01:12] – nebol | nebolintegration_flags [2021/09/27 01:29] (current) – nebol | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | <code csharp> | ||
Possible values for the flags in the Integration table: | Possible values for the flags in the Integration table: | ||
+ | <code csharp> | ||
/// < | /// < | ||
/// The Status field of the Integration table. NOT the same as the Status field in the IntegrationQueue table. | /// The Status field of the Integration table. NOT the same as the Status field in the IntegrationQueue table. | ||
Line 76: | Line 75: | ||
Up | Up | ||
}; | }; | ||
+ | </ | ||
Possible values for the flags in the IntegrationQueue table: | Possible values for the flags in the IntegrationQueue table: | ||
+ | <code csharp> | ||
/// < | /// < | ||
/// The Status field for the IntegrationQueue, | /// The Status field for the IntegrationQueue, |