Ferreteria/v0.6/clade/secLib/SSH2/@prop/nbExec
Jump to navigation
Jump to search
|
property:
$nbExec |
About
- Purpose: tracks execution-state as a set of bit-flags stored in an
int- Don't yet know why it's bits instead of
bools, or how this is used (other than what the original doc says).
- Don't yet know why it's bits instead of
- Original:
protected int $bitmap = 0;- «The bits that are set represent functions that have been called already. This is used to determine if a requisite function has been successfully executed. If not, an error should be thrown.»