Skip to content

Commit 323bf7f

Browse files
committed
[Process] Documented the getStartTime() method
1 parent ba1d41e commit 323bf7f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

components/process.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,14 @@ check regularly::
421421
usleep(200000);
422422
}
423423

424+
.. tip::
425+
426+
You can get the process start time using the ``getStartTime()`` method.
427+
428+
.. versionadded:: 5.1
429+
430+
The ``getStartTime()`` method was introduced in Symfony 5.1.
431+
424432
.. _reference-process-signal:
425433

426434
Process Idle Timeout

0 commit comments

Comments
 (0)