TraceClose PowerScript function
Description
Closes the trace file.
Syntax
|
1 |
<span>TraceClose</span> ( ) |
Return Values
ErrorReturn. Returns one of the following values:
-
Success! – The function
succeeded -
FileNotOpenError! – TraceOpen has
not been called yet -
FileCloseError! – The log file is full
Usage
TraceClose closes the trace file. If you
have not already called TraceEnd, TraceClose will
call that function before proceeding with its processing.
You typically include the TraceClose function
in your application’s Close script.
Examples
This example stops logging of application trace activities
and then closes the open trace file:
|
1 |
TraceEnd() |
|
1 |
<span>TraceClose</span>() |
See Also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest