RestockOnEnum Enumeration

From ReliaWiki
Revision as of 21:21, 24 June 2016 by Kate Racaza (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
APIWiki.png


Member of: SynthesisAPI


Specifies the restock schedule of the associated cPool object.

Members

Name Value Description
Never 0 The spare part pool is never restocked.
Scheduled 1 The spare part pool is restocked at fixed intervals.
AsNeeded 2 The spare part pool is restocked when inventory drops to a specified quantity.
ScheduledAndAsNeeded 3 The spare part pool is restocked at fixed intervals and whenever the inventory drops to a specified quantity.



See Also