ClientUser::OutputStatPartial( )
Indicate whether ClientUser::OutputStatPartial() succeeded.
Virtual? |
Yes |
|
Class |
||
Arguments |
|
a |
Returns |
int |
0, the default, means the same data will be processed through ClientUser::OutputStat( StrDict * ) 1 means that the application implementing this method handles the results. |
Notes
If the client uses the default of a call to ClientUser::OutputStat( StrDict * ) and the changelist is very large, the number of items in tagged mode might cause an issue with memory. For example, in some cases the output of p4 -ztag describe can be large. An alternative is to use OutputStatPartial() to handle the changelist in chunk by chunk, that is, one file at a time.