Class providing the commands to add to the solver input file.
Remarks
Use the location attribute to specifiy the execution of the callback. Options include: -init -pre -post -solve -preload
Examples
None.
Table 12: XML Tag Listing
Attribute | caninterrupt= |
Specifies whether the callback can be cancelled/interrupted. (inherited from CallbackBase) |
Attribute | InvokeUIThread= |
Invoke this callback on UIThread or not. |
Attribute | iscsharpstatic= |
Indicates whether the callback is a C Sharp static method. (inherited from CallbackBase) |
Attribute | location= |
Location of the call. |
Attribute | order= |
Order of the call. |